diff options
Diffstat (limited to 'app/[lng]/privacy/page.tsx')
| -rw-r--r-- | app/[lng]/privacy/page.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/[lng]/privacy/page.tsx b/app/[lng]/privacy/page.tsx new file mode 100644 index 00000000..28881db2 --- /dev/null +++ b/app/[lng]/privacy/page.tsx @@ -0,0 +1,5 @@ +import { PrivacyPolicyPage } from "@/components/login/privacy-policy-page" + +export default function Privacy() { + return <PrivacyPolicyPage /> +}
\ No newline at end of file |
